Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / IOrderedSet<T> Interface / Item Property

In This Topic
    Item Property (IOrderedSet<T>)
    In This Topic
    Gets the item at the specified index.
    Syntax
    'Declaration
     
    
    ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As T
    T this[ 
       int index
    ]; {get;}

    Parameters

    index

    Property Value

    The element at the specified index.
    See Also